home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / graphics / 3dvect30.arj / WHATWHAT.DOC < prev    next >
Text File  |  1993-11-18  |  1KB  |  80 lines

  1.  
  2.   What goes with What:
  3.  
  4.   A little angel told me to summarize what files go with what....
  5.   eg: if you change anything in the math.inc file, re-assemble 3d?.asm
  6.       if you change anything in the stuff.inc file, re-assemble main?.asm
  7.  
  8.   3d1.asm
  9.     vars1.inc
  10.     math.inc
  11.     xscale.inc
  12.     sin.inc
  13.     arctan.inc
  14.     poly.inc
  15.     squares.inc
  16.     shading.inc
  17.  
  18.   3d2.asm
  19.     vars2.inc
  20.     math.inc
  21.     xscale.inc
  22.     sin.inc
  23.     arctan.inc
  24.     poly.inc
  25.     squares.inc
  26.     shading.inc
  27.  
  28.   main1.asm
  29.     sphere.inc
  30.     gamecolr.inc
  31.     objects.inc
  32.     stuff.inc
  33.  
  34.   main2.asm
  35.     sphere.inc
  36.     gamecolr.inc
  37.     objects.inc
  38.     stuff.inc
  39.  
  40.   irq.asm
  41.     no included files
  42.  
  43.   pmode.asm
  44.     no included files
  45.  
  46.   xmode.asm
  47.     no included files
  48.  
  49.   xmouse.asm
  50.     no included files
  51.  
  52.   stars.asm
  53.     stardata.inc
  54.  
  55.   font.asm
  56.    font0.inc
  57.    font1.inc
  58.    font2.inc
  59.  
  60.   file.asm
  61.     no included files
  62.  
  63.   argc.asm
  64.     no included files
  65.  
  66.   files for definition of externals:
  67.  
  68.   eg, if you want to call some routines in xmode, have include xmode.inc in
  69.   your assembley file.
  70.  
  71.   3d.inc
  72.   irq.inc
  73.   pmode.inc
  74.   xmode.inc
  75.   xmouse.inc
  76.   stars.inc
  77.   file.ic
  78.   argc.inc
  79.  
  80.